csstokenizer: Add separate init functions for token types
authorTimm Bäder <mail@baedert.org>
Sun, 3 Jan 2021 20:53:20 +0000 (21:53 +0100)
committerTimm Bäder <mail@baedert.org>
Tue, 5 Jan 2021 07:53:13 +0000 (08:53 +0100)
commit24836c0351a798af0680e9fa5e373b9b49863580
treed25dfc7be55cf18bba250cbab1f434a28ac178dc
parent21b6c8b5d83780e830d0d902f112a488eed82e77
csstokenizer: Add separate init functions for token types

Using a variadic function is just awkward there. Use different init
functions and use them as appropriate; we already know which one to call
everywhere.
gtk/css/gtkcsstokenizer.c